|
|
|
|
Headers Property, SftTree Class |
Returns the control's HeadersClass instance describing all headers.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property Headers As HeadersClass |
C# |
public HeadersClass Headers { get; } |
C++ |
public: property HeadersClass^ Headers { |
Property Value
The HeadersClass class instance.
Comments
The Headers property returns the control's HeadersClass instance describing all headers.
The instance of the HeadersClass class describes attributes that apply to all headers in a SftTree/NET control. Numerous properties and methods can be accessed using the returned object.
A control has only one HeadersClass instance.